File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2828 # Extract build id from input
2929 - name : Extract Build Id
3030 run : |
31- echo JFROG_CLI_BUILD_NAME=${{ github.event.inputs.buildName }} >> $GITHUB_ENV
31+ echo JFROG_CLI_BUILD_NAME=" ${{ github.event.inputs.buildName }}" >> $GITHUB_ENV
3232 echo JFROG_CLI_BUILD_NUMBER=${{ github.event.inputs.buildNumber }} >> $GITHUB_ENV
3333
3434 # Download released files
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlinVersion = ' 1.4.20 '
2+ ext. kotlinVersion = ' 1.4.32 '
33 repositories {
44 mavenCentral()
55 maven { url ' https://plugins.gradle.org/m2' }
@@ -58,17 +58,17 @@ ext {
5858 jacksonBomVersion = ' 2.12.3'
5959 jaywayJsonPathVersion = ' 2.4.0'
6060 junit4Version = ' 4.13.2'
61- junitJupiterVersion = ' 5.7.1 '
62- kafkaVersion = ' 2.7.0 '
61+ junitJupiterVersion = ' 5.7.2 '
62+ kafkaVersion = ' 2.7.1 '
6363 log4jVersion = ' 2.14.1'
64- micrometerVersion = ' 1.6.6 '
64+ micrometerVersion = ' 1.6.7 '
6565 mockitoVersion = ' 3.9.0'
6666 reactorVersion = ' 2020.0.7'
6767 scalaVersion = ' 2.13'
68- springBootVersion = ' 2.4.4 ' // docs module
69- springDataVersion = ' 2021.0.0 '
68+ springBootVersion = ' 2.4.5 ' // docs module
69+ springDataVersion = ' 2021.0.1 '
7070 springRetryVersion = ' 1.3.1'
71- springVersion = ' 5.3.6 '
71+ springVersion = ' 5.3.7 '
7272
7373 idPrefix = ' kafka'
7474}
You can’t perform that action at this time.
0 commit comments