We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2632850 commit d312747Copy full SHA for d312747
1 file changed
pom.xml
@@ -119,13 +119,13 @@
119
<dependency>
120
<groupId>org.junit.jupiter</groupId>
121
<artifactId>junit-jupiter-engine</artifactId>
122
- <version>5.11.3</version>
+ <version>5.11.4</version>
123
<scope>test</scope>
124
</dependency>
125
126
<groupId>org.assertj</groupId>
127
<artifactId>assertj-core</artifactId>
128
- <version>3.26.3</version>
+ <version>3.27.0</version>
129
130
131
@@ -137,7 +137,7 @@
137
138
<groupId>ch.qos.logback</groupId>
139
<artifactId>logback-classic</artifactId>
140
- <version>1.3.14</version>
+ <version>1.3.15</version>
141
142
143
0 commit comments