Skip to content

Commit 68fdcb9

Browse files
Merge pull request #908 from avaje/dependabot/maven/master/dependencies-52eae61785
Bump the dependencies group with 7 updates
2 parents 5b43ab1 + 1c516f3 commit 68fdcb9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

blackbox-test-inject/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-jsonb</artifactId>
32-
<version>3.7</version>
32+
<version>3.8</version>
3333
</dependency>
3434

3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-config</artifactId>
38-
<version>4.1</version>
38+
<version>4.2</version>
3939
</dependency>
4040

4141
<dependency>

inject-generator/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>io.avaje</groupId>
6565
<artifactId>avaje-http-api</artifactId>
66-
<version>3.4</version>
66+
<version>3.5</version>
6767
<optional>true</optional>
6868
</dependency>
6969

@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>io.avaje</groupId>
8080
<artifactId>avaje-http-client</artifactId>
81-
<version>3.4</version>
81+
<version>3.5</version>
8282
<scope>test</scope>
8383
</dependency>
8484

inject-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>org.apache.maven.plugin-tools</groupId>
2323
<artifactId>maven-plugin-annotations</artifactId>
24-
<version>3.15.1</version>
24+
<version>3.15.2</version>
2525
<scope>provided</scope>
2626
</dependency>
2727

@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-plugin-plugin</artifactId>
40-
<version>3.15.1</version>
40+
<version>3.15.2</version>
4141
<configuration>
4242
<goalPrefix>provides</goalPrefix>
4343
</configuration>

inject-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,28 +91,28 @@
9191
<dependency>
9292
<groupId>io.avaje</groupId>
9393
<artifactId>avaje-http-api</artifactId>
94-
<version>3.4</version>
94+
<version>3.5</version>
9595
<scope>test</scope>
9696
</dependency>
9797

9898
<dependency>
9999
<groupId>io.avaje</groupId>
100100
<artifactId>avaje-http-client</artifactId>
101-
<version>3.4</version>
101+
<version>3.5</version>
102102
<scope>test</scope>
103103
</dependency>
104104

105105
<dependency>
106106
<groupId>io.avaje</groupId>
107107
<artifactId>avaje-jex</artifactId>
108-
<version>3.2</version>
108+
<version>3.3</version>
109109
<scope>test</scope>
110110
</dependency>
111111

112112
<dependency>
113113
<groupId>io.avaje</groupId>
114114
<artifactId>avaje-jsonb</artifactId>
115-
<version>3.7</version>
115+
<version>3.8</version>
116116
<scope>test</scope>
117117
</dependency>
118118

inject/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>avaje-config</artifactId>
42-
<version>4.1</version>
42+
<version>4.2</version>
4343
<optional>true</optional>
4444
</dependency>
4545

0 commit comments

Comments
 (0)