Skip to content

Commit fbefb34

Browse files
Bump the deps group across 1 directory with 11 updates
Bumps the deps group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `2.2.7.RELEASE` | `3.3.4` | | [kr.motd.maven:os-maven-plugin](https://github.com/trustin/os-maven-plugin) | `1.5.0.Final` | `1.7.1` | | org.jvnet.wagon-svn:wagon-svn | `1.9` | `1.12` | | [javax.xml.bind:jaxb-api](https://github.com/javaee/jaxb-spec) | `2.2.3` | `2.3.1` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.10` | `0.8.12` | | org.sonatype.plugins:nexus-staging-maven-plugin | `1.6.8` | `1.7.0` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `1.6` | `3.2.7` | | [com.google.guava:guava](https://github.com/google/guava) | `29.0-jre` | `33.3.1-jre` | | org.springdoc:springdoc-openapi-ui | `1.2.33` | `1.8.0` | | [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) | `3.0.0-M3` | `3.5.0` | | [com.github.tomakehurst:wiremock](https://github.com/tomakehurst/wiremock) | `2.26.0` | `2.27.2` | Updates `org.springframework.boot:spring-boot-starter-parent` from 2.2.7.RELEASE to 3.3.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.2.7.RELEASE...v3.3.4) Updates `kr.motd.maven:os-maven-plugin` from 1.5.0.Final to 1.7.1 - [Release notes](https://github.com/trustin/os-maven-plugin/releases) - [Commits](trustin/os-maven-plugin@os-maven-plugin-1.5.0.Final...os-maven-plugin-1.7.1) Updates `org.jvnet.wagon-svn:wagon-svn` from 1.9 to 1.12 Updates `javax.xml.bind:jaxb-api` from 2.2.3 to 2.3.1 - [Commits](https://github.com/javaee/jaxb-spec/commits/2.3.1) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.10 to 0.8.12 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.10...v0.8.12) Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.8 to 1.7.0 Updates `org.apache.maven.plugins:maven-gpg-plugin` from 1.6 to 3.2.7 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-1.6...maven-gpg-plugin-3.2.7) Updates `com.google.guava:guava` from 29.0-jre to 33.3.1-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `org.springdoc:springdoc-openapi-ui` from 1.2.33 to 1.8.0 Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.0.0-M3 to 3.5.0 - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.0.0-M3...enforcer-3.5.0) Updates `com.github.tomakehurst:wiremock` from 2.26.0 to 2.27.2 - [Release notes](https://github.com/tomakehurst/wiremock/releases) - [Commits](wiremock/wiremock@2.26.0...2.27.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: kr.motd.maven:os-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.jvnet.wagon-svn:wagon-svn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: javax.xml.bind:jaxb-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: deps - dependency-name: org.springdoc:springdoc-openapi-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: com.github.tomakehurst:wiremock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a11c45b commit fbefb34

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.guava</groupId>
3232
<artifactId>guava</artifactId>
33-
<version>29.0-jre</version>
33+
<version>33.3.1-jre</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.h2database</groupId>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.springdoc</groupId>
4242
<artifactId>springdoc-openapi-ui</artifactId>
43-
<version>1.2.33</version>
43+
<version>1.8.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.projectlombok</groupId>
@@ -79,7 +79,7 @@
7979
<plugins>
8080
<plugin>
8181
<artifactId>maven-enforcer-plugin</artifactId>
82-
<version>3.0.0-M3</version>
82+
<version>3.5.0</version>
8383
<executions>
8484
<execution>
8585
<id>enforce-versions</id>

example/api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.github.tomakehurst</groupId>
4343
<artifactId>wiremock</artifactId>
44-
<version>2.26.0</version>
44+
<version>2.27.2</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
</dependencies>
@@ -71,7 +71,7 @@
7171
</plugin>
7272
<plugin>
7373
<artifactId>maven-enforcer-plugin</artifactId>
74-
<version>3.0.0-M3</version>
74+
<version>3.5.0</version>
7575
<executions>
7676
<execution>
7777
<id>enforce-versions</id>

example/quartz-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>com.github.tomakehurst</groupId>
4343
<artifactId>wiremock</artifactId>
44-
<version>2.26.0</version>
44+
<version>2.27.2</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
</dependencies>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.2.7.RELEASE</version>
9+
<version>3.3.4</version>
1010
</parent>
1111

1212
<groupId>com.github.chrisgleissner</groupId>
@@ -51,12 +51,12 @@
5151
<extension>
5252
<groupId>kr.motd.maven</groupId>
5353
<artifactId>os-maven-plugin</artifactId>
54-
<version>1.5.0.Final</version>
54+
<version>1.7.1</version>
5555
</extension>
5656
<extension>
5757
<groupId>org.jvnet.wagon-svn</groupId>
5858
<artifactId>wagon-svn</artifactId>
59-
<version>1.9</version>
59+
<version>1.12</version>
6060
</extension>
6161
</extensions>
6262

@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>javax.xml.bind</groupId>
8080
<artifactId>jaxb-api</artifactId>
81-
<version>2.2.3</version>
81+
<version>2.3.1</version>
8282
</dependency>
8383
</dependencies>
8484
</plugin>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.jacoco</groupId>
102102
<artifactId>jacoco-maven-plugin</artifactId>
103-
<version>0.8.10</version>
103+
<version>0.8.12</version>
104104
<executions>
105105
<execution>
106106
<goals>
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.sonatype.plugins</groupId>
140140
<artifactId>nexus-staging-maven-plugin</artifactId>
141-
<version>1.6.8</version>
141+
<version>1.7.0</version>
142142
<extensions>true</extensions>
143143
<configuration>
144144
<serverId>ossrh</serverId>
@@ -173,7 +173,7 @@
173173

174174
<plugin>
175175
<artifactId>maven-gpg-plugin</artifactId>
176-
<version>1.6</version>
176+
<version>3.2.7</version>
177177
<executions>
178178
<execution>
179179
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)