File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ repositories {
2525
2626description = " Mongoose is a high-load storage performance testing tool"
2727group = " com.github.emc-mongoose"
28- version = " 4.2.17 "
28+ version = " 4.2.18 "
2929sourceCompatibility = 11
3030targetCompatibility = 11
3131
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" ,
You can’t perform that action at this time.
0 commit comments