Skip to content

Commit e558e8e

Browse files
Bump the misc group across 1 directory with 7 updates
Bumps the misc group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [me.paulschwarz:spring-dotenv](https://github.com/paulschwarz/spring-dotenv) | `4.0.0` | `5.1.0` | | [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) | `0.12.5` | `0.13.0` | | [io.jsonwebtoken:jjwt-impl](https://github.com/jwtk/jjwt) | `0.12.5` | `0.13.0` | | io.jsonwebtoken:jjwt-jackson | `0.12.5` | `0.13.0` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.42` | | com.github.librepdf:openpdf | `1.3.40` | `3.0.2` | | [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) | `3.5.0` | `3.6.1` | Updates `me.paulschwarz:spring-dotenv` from 4.0.0 to 5.1.0 - [Release notes](https://github.com/paulschwarz/spring-dotenv/releases) - [Changelog](https://github.com/paulschwarz/spring-dotenv/blob/main/CHANGELOG.md) - [Commits](paulschwarz/spring-dotenv@v4.0.0...v5.1.0) Updates `io.jsonwebtoken:jjwt-api` from 0.12.5 to 0.13.0 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.5...0.13.0) Updates `io.jsonwebtoken:jjwt-impl` from 0.12.5 to 0.13.0 - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](jwtk/jjwt@0.12.5...0.13.0) Updates `io.jsonwebtoken:jjwt-jackson` from 0.12.5 to 0.13.0 Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.42 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.34...v1.18.42) Updates `com.github.librepdf:openpdf` from 1.3.40 to 3.0.2 Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.5.0 to 3.6.1 - [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases) - [Commits](mojohaus/build-helper-maven-plugin@3.5.0...3.6.1) --- updated-dependencies: - dependency-name: me.paulschwarz:spring-dotenv dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: misc - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: io.jsonwebtoken:jjwt-impl dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: io.jsonwebtoken:jjwt-jackson dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: misc - dependency-name: org.projectlombok:lombok dependency-version: 1.18.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: misc - dependency-name: com.github.librepdf:openpdf dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: misc - dependency-name: org.codehaus.mojo:build-helper-maven-plugin dependency-version: 3.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 226257e commit e558e8e

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>me.paulschwarz</groupId>
5757
<artifactId>spring-dotenv</artifactId>
58-
<version>4.0.0</version>
58+
<version>5.1.0</version>
5959
</dependency>
6060

6161
<dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.jsonwebtoken</groupId>
6868
<artifactId>jjwt-api</artifactId>
69-
<version>0.12.5</version>
69+
<version>0.13.0</version>
7070
</dependency>
7171

7272
<dependency>
@@ -82,14 +82,14 @@
8282
<dependency>
8383
<groupId>io.jsonwebtoken</groupId>
8484
<artifactId>jjwt-impl</artifactId>
85-
<version>0.12.5</version>
85+
<version>0.13.0</version>
8686
<scope>runtime</scope>
8787
</dependency>
8888

8989
<dependency>
9090
<groupId>io.jsonwebtoken</groupId>
9191
<artifactId>jjwt-jackson</artifactId>
92-
<version>0.12.5</version>
92+
<version>0.13.0</version>
9393
<scope>runtime</scope>
9494
</dependency>
9595

@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.github.librepdf</groupId>
129129
<artifactId>openpdf</artifactId>
130-
<version>1.3.40</version>
130+
<version>3.0.3</version>
131131
</dependency>
132132

133133

@@ -156,7 +156,7 @@
156156
<path>
157157
<groupId>org.projectlombok</groupId>
158158
<artifactId>lombok</artifactId>
159-
<version>1.18.34</version>
159+
<version>1.18.44</version>
160160
</path>
161161
<path>
162162
<groupId>org.springframework.boot</groupId>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.codehaus.mojo</groupId>
179179
<artifactId>build-helper-maven-plugin</artifactId>
180-
<version>3.5.0</version>
180+
<version>3.6.1</version>
181181
<executions>
182182
<execution>
183183
<id>add-source</id>

0 commit comments

Comments
 (0)