File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3
3
build_job :
4
4
uses :
5
5
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 }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
25
25
26
26
description = " Mongoose is a high-load storage performance testing tool"
27
27
group = " com.github.emc-mongoose"
28
- version = " 4.2.12 "
28
+ version = " 4.2.13 "
29
29
sourceCompatibility = 11
30
30
targetCompatibility = 11
31
31
@@ -40,10 +40,10 @@ ext {
40
40
javassist : " 3.23.1-GA" ,
41
41
junit : " 4.12" ,
42
42
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 " ,
47
47
netty : " 4.1.25.Final" ,
48
48
scala : " 2.12.6" ,
49
49
slf4j : " 1.7.25" ,
You can’t perform that action at this time.
0 commit comments