Compare commits
3 Commits
9d3a2a7866
...
b0e479f247
Author | SHA1 | Date | |
---|---|---|---|
|
b0e479f247 | ||
|
ddc2fcda0a | ||
|
39c0af917c |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v5.3
|
uses: tj-actions/branch-names@v5.4
|
||||||
|
|
||||||
- name: Set tag
|
- name: Set tag
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Get branch name
|
- name: Get branch name
|
||||||
id: branch-name
|
id: branch-name
|
||||||
uses: tj-actions/branch-names@v5.3
|
uses: tj-actions/branch-names@v5.4
|
||||||
|
|
||||||
- name: Set tag
|
- name: Set tag
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'org.springframework.boot' version '2.6.7'
|
id 'org.springframework.boot' version '2.7.1'
|
||||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
id 'io.spring.dependency-management' version '1.0.12.RELEASE'
|
||||||
id 'java'
|
id 'java'
|
||||||
id 'groovy'
|
id 'groovy'
|
||||||
id 'org.liquibase.gradle' version '2.1.1'
|
id 'org.liquibase.gradle' version '2.1.1'
|
||||||
|
Loading…
Reference in New Issue
Block a user