Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/dot-environs/green/ansible-co…
Browse files Browse the repository at this point in the history
…re-2.15.4
  • Loading branch information
pavetok authored Sep 20, 2023
2 parents 6574466 + 31ac628 commit 703d678
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .environs/amber/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible-core==2.13.11
ansible-core==2.13.12
ansible-lint==6.11.0
yamllint==1.32.0
2 changes: 1 addition & 1 deletion .environs/green/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible-core==2.15.4
ansible-lint==6.19.0
ansible-lint==6.20.0
yamllint==1.32.0
4 changes: 2 additions & 2 deletions .github/workflows/project-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- id: orgbot
uses: tibdex/github-app-token@v2.0.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: ${{ secrets.ORGBOT_APP_ID }}
private_key: ${{ secrets.ORGBOT_PRIVATE_KEY }}
- uses: actions/[email protected]
with:
token: ${{ steps.orgbot.outputs.token }}
- uses: AndreasAugustin/[email protected].2
- uses: AndreasAugustin/[email protected].3
with:
upstream_branch: main
source_repo_path: smecalculus/bezmen
Expand Down
2 changes: 1 addition & 1 deletion apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<revision>0.1.0-SNAPSHOT</revision>
<lombok.version>1.18.28</lombok.version>
<lombok.version>1.18.30</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<skipTests>false</skipTests>
<skipUnits>${skipTests}</skipUnits>
Expand Down
4 changes: 2 additions & 2 deletions libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<properties>
<revision>0.1.0-SNAPSHOT</revision>
<kotlin.version>1.9.10</kotlin.version>
<lombok.version>1.18.28</lombok.version>
<lombok.version>1.18.30</lombok.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<spring.version>6.0.11</spring.version>
<spring-boot.version>3.1.3</spring-boot.version>
Expand Down Expand Up @@ -263,7 +263,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.222</version>
<version>2.2.224</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<prefs>turing</prefs>
<lombok.version>1.18.28</lombok.version>
<lombok.version>1.18.30</lombok.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 703d678

Please sign in to comment.