Skip to content

Commit 0e99214

Browse files
Bump the misc group with 6 updates
Bumps the misc group with 6 updates: | 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.0` | 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.0 --- 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.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: misc ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef74b74 commit 0e99214

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 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>
@@ -77,14 +77,14 @@
7777
<dependency>
7878
<groupId>io.jsonwebtoken</groupId>
7979
<artifactId>jjwt-impl</artifactId>
80-
<version>0.12.5</version>
80+
<version>0.13.0</version>
8181
<scope>runtime</scope>
8282
</dependency>
8383

8484
<dependency>
8585
<groupId>io.jsonwebtoken</groupId>
8686
<artifactId>jjwt-jackson</artifactId>
87-
<version>0.12.5</version>
87+
<version>0.13.0</version>
8888
<scope>runtime</scope>
8989
</dependency>
9090

@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.github.librepdf</groupId>
118118
<artifactId>openpdf</artifactId>
119-
<version>1.3.40</version>
119+
<version>3.0.2</version>
120120
</dependency>
121121

122122

@@ -145,7 +145,7 @@
145145
<path>
146146
<groupId>org.projectlombok</groupId>
147147
<artifactId>lombok</artifactId>
148-
<version>1.18.34</version>
148+
<version>1.18.42</version>
149149
</path>
150150
<path>
151151
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)