Skip to content

Commit

Permalink
Merge pull request #303 from pranav24gupta/master
Browse files Browse the repository at this point in the history
Changes for removing vulnerabilities  BDSA-2024-0396, CVE-2023-46589 (BDSA-2023-3298), BDSA-2024-0452
  • Loading branch information
boris-petrov committed Mar 13, 2024
2 parents d79ba95 + 7cc23f1 commit de563d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group = org.gretty
version = 4.1.3-SNAPSHOT
jetty11_version = 11.0.17
jetty11_servlet_api_version = 5.0.0
tomcat10_version = 10.1.15
tomcat10_version = 10.1.19
tomcat10_servlet_api_version = 5.0.0
asm_version = 9.6
spock_version = 2.3-groovy-3.0
Expand Down
2 changes: 1 addition & 1 deletion libs/gretty-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api 'commons-configuration:commons-configuration:1.10'
api "commons-io:commons-io:$commons_io_version"
api 'org.apache.commons:commons-lang3:3.12.0'
api 'org.bouncycastle:bcprov-jdk15on:1.70'
api 'org.bouncycastle:bcprov-jdk18on:1.77'
api project(':libs:gretty-common')
}

Expand Down

0 comments on commit de563d3

Please sign in to comment.