Skip to content

Commit 84d7ead

Browse files
Update patch versions (#145)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3cd523c commit 84d7ead

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

graphql-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<properties>
2828
<junit.jupiter.version>6.0.1</junit.jupiter.version>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<jackson.version>2.20.0</jackson.version>
30+
<jackson.version>2.20.1</jackson.version>
3131
<graphql.version>24.3</graphql.version>
3232
</properties>
3333

@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>io.reactivex.rxjava3</groupId>
100100
<artifactId>rxjava</artifactId>
101-
<version>3.1.11</version>
101+
<version>3.1.12</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<packaging>pom</packaging>
2323

2424
<properties>
25-
<jackson.version>2.20.0</jackson.version>
25+
<jackson.version>2.20.1</jackson.version>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
</properties>
2828

@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>bom</artifactId>
66-
<version>2.37.1</version>
66+
<version>2.37.3</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-compiler-plugin</artifactId>
78-
<version>3.14.0</version>
78+
<version>3.14.1</version>
7979
<configuration>
8080
<source>21</source>
8181
<target>21</target>
@@ -84,7 +84,7 @@
8484
</plugin>
8585
<plugin>
8686
<artifactId>maven-surefire-plugin</artifactId>
87-
<version>3.5.3</version>
87+
<version>3.5.4</version>
8888
</plugin>
8989
<plugin>
9090
<groupId>net.revelc.code.formatter</groupId>

0 commit comments

Comments
 (0)