Skip to content

Commit 3cdd68a

Browse files
committed
chore(deps): update jackson
GitOrigin-RevId: ac4730a5759d635b2a99d12acfead8429937dd9d
1 parent 079f3bf commit 3cdd68a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
ports:
117117
- '8080:8080'
118118
mocksaml:
119-
image: boxyhq/mock-saml:1.4.1
119+
image: boxyhq/mock-saml:1.4.2
120120
ports:
121121
- 4000:4000
122122
env:
@@ -138,7 +138,7 @@ jobs:
138138
check-latest: true
139139
- name: Run docker-compose up
140140
id: docker_compose
141-
uses: isbang/[email protected].1
141+
uses: isbang/[email protected].2
142142
with:
143143
compose-file: './_dev/docker-compose-cockroachdb.yml'
144144
- run: node -v

kustomize/overlays/demo/mocksaml/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55

66
images:
77
- name: boxyhq/mock-saml
8-
newTag: 1.4.1
8+
newTag: 1.4.2

kustomize/overlays/prod-eu/mocksaml/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ resources:
55

66
images:
77
- name: boxyhq/mock-saml
8-
newTag: 1.4.1
8+
newTag: 1.4.2

0 commit comments

Comments
 (0)