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 393dd97 commit 7fb339a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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 }}
4 changes: 2 additions & 2 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.11"
version = "4.2.12"
sourceCompatibility = 11
targetCompatibility = 11

Expand All @@ -38,7 +38,7 @@ ext {
javaCommons : "2.3.6",
junit : "4.12",
log4j : "2.19.0",
mongooseBase : "4.2.17",
mongooseBase : "4.3.3",
scala : "2.12.6",
slf4j : "1.7.25",
]
Expand Down

0 comments on commit 7fb339a

Please sign in to comment.