Skip to content

Commit b63a7e9

Browse files
Update patch versions (#41)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e0e0a1 commit b63a7e9

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

graphql-builder/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<properties>
2828
<junit.jupiter.version>5.11.2</junit.jupiter.version>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<jackson.version>2.18.0</jackson.version>
30+
<jackson.version>2.18.3</jackson.version>
3131
<pitest.version>1.17.0</pitest.version>
32-
<pitest-junit5-plugin.version>1.2.1</pitest-junit5-plugin.version>
32+
<pitest-junit5-plugin.version>1.2.2</pitest-junit5-plugin.version>
3333
<graphql.version>22.3</graphql.version>
3434
</properties>
3535

@@ -186,7 +186,7 @@
186186
<dependency>
187187
<groupId>io.reactivex.rxjava3</groupId>
188188
<artifactId>rxjava</artifactId>
189-
<version>3.1.9</version>
189+
<version>3.1.10</version>
190190
<scope>test</scope>
191191
</dependency>
192192

graphql-database-dynmodb-history-lambda/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
6262
<artifactId>maven-dependency-plugin</artifactId>
63-
<version>3.8.0</version>
63+
<version>3.8.1</version>
6464
<executions>
6565
<execution>
6666
<id>copy</id>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-gpg-plugin</artifactId>
115-
<version>3.2.6</version>
115+
<version>3.2.7</version>
116116
<executions>
117117
<execution>
118118
<id>sign-artifacts</id>

graphql-database-manager-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.apache.maven.plugins</groupId>
5050
<artifactId>maven-dependency-plugin</artifactId>
51-
<version>3.8.0</version>
51+
<version>3.8.1</version>
5252
<executions>
5353
<execution>
5454
<id>copy</id>

graphql-database-manager-dynamo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-dependency-plugin</artifactId>
65-
<version>3.8.0</version>
65+
<version>3.8.1</version>
6666
<executions>
6767
<execution>
6868
<id>copy</id>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-gpg-plugin</artifactId>
117-
<version>3.2.6</version>
117+
<version>3.2.7</version>
118118
<executions>
119119
<execution>
120120
<id>sign-artifacts</id>

graphql-database-manager-memory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-dependency-plugin</artifactId>
45-
<version>3.8.0</version>
45+
<version>3.8.1</version>
4646
<executions>
4747
<execution>
4848
<id>copy</id>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-gpg-plugin</artifactId>
97-
<version>3.2.6</version>
97+
<version>3.2.7</version>
9898
<executions>
9999
<execution>
100100
<id>sign-artifacts</id>

graphql-database-manager-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.amazonaws</groupId>
7878
<artifactId>DynamoDBLocal</artifactId>
79-
<version>2.5.2</version>
79+
<version>2.5.4</version>
8080
</dependency>
8181
</dependencies>
8282

@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-dependency-plugin</artifactId>
88-
<version>3.8.0</version>
88+
<version>3.8.1</version>
8989
<executions>
9090
<execution>
9191
<id>copy</id>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-gpg-plugin</artifactId>
140-
<version>3.2.6</version>
140+
<version>3.2.7</version>
141141
<executions>
142142
<execution>
143143
<id>sign-artifacts</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</plugin>
8686
<plugin>
8787
<artifactId>maven-surefire-plugin</artifactId>
88-
<version>3.5.0</version>
88+
<version>3.5.2</version>
8989
</plugin>
9090
<plugin>
9191
<groupId>com.hubspot.maven.plugins</groupId>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-gpg-plugin</artifactId>
145-
<version>3.2.6</version>
145+
<version>3.2.7</version>
146146
<executions>
147147
<execution>
148148
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)