Skip to content

Commit 77a6e47

Browse files
committed
Bumping patch version for log4j
1 parent c11fa80 commit 77a6e47

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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: 5 additions & 5 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.12"
28+
version = "4.2.13"
2929
sourceCompatibility = 11
3030
targetCompatibility = 11
3131

@@ -40,10 +40,10 @@ ext {
4040
javassist : "3.23.1-GA",
4141
junit : "4.12",
4242
log4j : "2.19.0",
43-
mongooseBase : "4.2.12",
44-
mongooseStorageDriverCoop: "4.2.18",
45-
mongooseStorageDriverNetty: "4.2.16",
46-
mongooseStorageDriverHttp: "4.2.18",
43+
mongooseBase : "4.3.3",
44+
mongooseStorageDriverCoop: "4.2.21",
45+
mongooseStorageDriverNetty: "4.2.18",
46+
mongooseStorageDriverHttp: "4.2.20",
4747
netty : "4.1.25.Final",
4848
scala : "2.12.6",
4949
slf4j : "1.7.25",

0 commit comments

Comments
 (0)