Skip to content

Commit

Permalink
Bumping patch version for log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarge committed Mar 2, 2023
1 parent c11fa80 commit 77a6e47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ jobs:
build_job:
uses:
emc-mongoose/mongoose-base/.github/workflows/main.yml@master
secrets:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
GPG_SECRET_KEY_PASSWORD: ${{ secrets.GPG_SECRET_KEY_PASSWORD }}
GPG_SECRING: ${{ secrets.GPG_SECRING }}
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {

description = "Mongoose is a high-load storage performance testing tool"
group = "com.github.emc-mongoose"
version = "4.2.12"
version = "4.2.13"
sourceCompatibility = 11
targetCompatibility = 11

Expand All @@ -40,10 +40,10 @@ ext {
javassist : "3.23.1-GA",
junit : "4.12",
log4j : "2.19.0",
mongooseBase : "4.2.12",
mongooseStorageDriverCoop: "4.2.18",
mongooseStorageDriverNetty: "4.2.16",
mongooseStorageDriverHttp: "4.2.18",
mongooseBase : "4.3.3",
mongooseStorageDriverCoop: "4.2.21",
mongooseStorageDriverNetty: "4.2.18",
mongooseStorageDriverHttp: "4.2.20",
netty : "4.1.25.Final",
scala : "2.12.6",
slf4j : "1.7.25",
Expand Down

0 comments on commit 77a6e47

Please sign in to comment.