Skip to content

Commit 5d03bb0

Browse files
Dependabot Updates (#2309)
* Bump org.apache.shiro:shiro-web from 1.10.1 to 1.12.0 Bumps [org.apache.shiro:shiro-web](https://github.com/apache/shiro) from 1.10.1 to 1.12.0. - [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES) - [Commits](apache/shiro@shiro-root-1.10.1...shiro-root-1.12.0) --- updated-dependencies: - dependency-name: org.apache.shiro:shiro-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump google-oauth-client from 1.28.0 to 1.33.3 Bumps [google-oauth-client](https://github.com/googleapis/google-oauth-java-client) from 1.28.0 to 1.33.3. - [Release notes](https://github.com/googleapis/google-oauth-java-client/releases) - [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-oauth-java-client@v1.28.0...v1.33.3) --- updated-dependencies: - dependency-name: com.google.oauth-client:google-oauth-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump json from 20180130 to 20230227 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180130 to 20230227. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump commons-fileupload from 1.3.3 to 1.5 Bumps commons-fileupload from 1.3.3 to 1.5. --- updated-dependencies: - dependency-name: commons-fileupload:commons-fileupload dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump json-smart from 2.4.8 to 2.4.9 Bumps [json-smart](https://github.com/netplex/json-smart-v2) from 2.4.8 to 2.4.9. - [Release notes](https://github.com/netplex/json-smart-v2/releases) - [Commits](netplex/json-smart-v2@2.4.8...2.4.9) --- updated-dependencies: - dependency-name: net.minidev:json-smart dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump snakeyaml from 1.32 to 2.0 Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.32 to 2.0. - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.0..snakeyaml-1.32) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe070e5 commit 5d03bb0

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
@@ -20,13 +20,13 @@
2020
<hibernate.version>5.4.2.Final</hibernate.version>
2121
<postgresql.version>42.3.7</postgresql.version>
2222
<bouncycastle.version>1.69</bouncycastle.version>
23-
<shiro.version>1.10.1</shiro.version>
23+
<shiro.version>1.12.0</shiro.version>
2424
<dom4j.version>2.1.3</dom4j.version>
2525
<hydra.version>0.4.0</hydra.version>
2626
<featureExtraction.version>3.2.0</featureExtraction.version>
2727
<tomcat.embed.version>8.5.87</tomcat.embed.version>
2828

29-
<commons-fileupload.version>1.3.3</commons-fileupload.version>
29+
<commons-fileupload.version>1.5</commons-fileupload.version>
3030

3131
<circe.version>1.11.1</circe.version>
3232
<jersey.version>2.14</jersey.version>
@@ -622,7 +622,7 @@
622622
<dependency>
623623
<groupId>org.yaml</groupId>
624624
<artifactId>snakeyaml</artifactId>
625-
<version>1.32</version>
625+
<version>2.0</version>
626626
</dependency>
627627
<dependency>
628628
<groupId>org.springframework.boot</groupId>
@@ -783,7 +783,7 @@
783783
<dependency>
784784
<groupId>net.minidev</groupId>
785785
<artifactId>json-smart</artifactId>
786-
<version>2.4.8</version>
786+
<version>2.4.9</version>
787787
</dependency>
788788
<dependency>
789789
<groupId>org.apache.commons</groupId>
@@ -1001,7 +1001,7 @@
10011001
<dependency>
10021002
<groupId>org.json</groupId>
10031003
<artifactId>json</artifactId>
1004-
<version>20180130</version>
1004+
<version>20230227</version>
10051005
</dependency>
10061006
<dependency>
10071007
<groupId>org.ohdsi</groupId>
@@ -1533,7 +1533,7 @@
15331533
<dependency>
15341534
<groupId>com.google.oauth-client</groupId>
15351535
<artifactId>google-oauth-client</artifactId>
1536-
<version>1.33.1</version>
1536+
<version>1.33.3</version>
15371537
</dependency>
15381538
<dependency>
15391539
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)