Skip to content

Commit ff1f2af

Browse files
authored
Merge pull request #707 from graphql-java-kickstart/renovate/all-minor-patch
Update all non-major dependencies
2 parents 545b1b1 + 6da5272 commit ff1f2af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.0</version>
71+
<version>2.0.2</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
@@ -80,14 +80,14 @@
8080
<dependency>
8181
<groupId>org.javassist</groupId>
8282
<artifactId>javassist</artifactId>
83-
<version>3.29.1-GA</version>
83+
<version>3.29.2-GA</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<!-- Optional for supporting spring proxies -->
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-aop</artifactId>
90-
<version>5.3.22</version>
90+
<version>5.3.23</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>ch.qos.logback</groupId>
102102
<artifactId>logback-classic</artifactId>
103-
<version>1.3.0</version>
103+
<version>1.3.1</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>javax.servlet</groupId>
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-jar-plugin</artifactId>
307-
<version>3.2.2</version>
307+
<version>3.3.0</version>
308308
<executions>
309309
<execution>
310310
<id>test-jar</id>

0 commit comments

Comments
 (0)