Skip to content

Commit 60debd3

Browse files
committed
Bumping patch version for log4j
1 parent 21dc4e6 commit 60debd3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ jobs:
33
build_job:
44
uses:
55
emc-mongoose/mongoose-base/.github/workflows/main.yml@master
6+
secrets:
7+
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
8+
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
9+
GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
10+
GPG_SECRET_KEY_PASSWORD: ${{ secrets.GPG_SECRET_KEY_PASSWORD }}
11+
GPG_SECRING: ${{ secrets.GPG_SECRING }}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525

2626
description = "Mongoose is a high-load storage performance testing tool"
2727
group = "com.github.emc-mongoose"
28-
version = "4.2.17"
28+
version = "4.2.18"
2929
sourceCompatibility = 11
3030
targetCompatibility = 11
3131

@@ -38,8 +38,8 @@ ext {
3838
javassist : "3.23.1-GA",
3939
junit : "4.12",
4040
log4j : "2.19.0",
41-
mongooseBase : "4.2.12",
42-
mongooseStorageDriverCoop: "4.2.18",
41+
mongooseBase : "4.3.3",
42+
mongooseStorageDriverCoop: "4.2.21",
4343
netty : "4.1.25.Final",
4444
nettyConnectionPool: "1.2.1",
4545
nettyTcNative : "2.0.12.Final",

0 commit comments

Comments
 (0)