Skip to content

Commit

Permalink
Merge pull request #712 from graphql-java-kickstart/renovate/all-mino…
Browse files Browse the repository at this point in the history
…r-patch

Update all non-major dependencies
  • Loading branch information
oryan-block authored Mar 6, 2023
2 parents 67614b3 + 0270d3c commit 09099d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<java.version>1.8</java.version>
<kotlin.version>1.8.10</kotlin.version>
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
<jackson.version>2.13.4</jackson.version>
<jackson.version>2.14.2</jackson.version>
<graphql-java.version>20.0</graphql-java.version>
<reactive-streams.version>1.0.4</reactive-streams.version>

Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.3</version>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>5.3.23</version>
<version>5.3.25</version>
<scope>provided</scope>
</dependency>

Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.3</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down Expand Up @@ -277,7 +277,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down Expand Up @@ -319,7 +319,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>enforce</id>
Expand Down Expand Up @@ -370,7 +370,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 09099d5

Please sign in to comment.