Skip to content

Commit ce707b5

Browse files
committed
Merge remote-tracking branch 'origin/main' into v7.x
2 parents 1952349 + d8c667b commit ce707b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v7.x
78

89
jobs:
910
build:
@@ -68,4 +69,4 @@ jobs:
6869
java-version: ${{ matrix.java }}
6970

7071
- name: Version check
71-
run: sbt "project cucumberScala" versionPolicyCheck
72+
run: sbt "project cucumberScala" versionPolicyCheck

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ scalaVersion := scala213
3939
// Library versions
4040

4141
val cucumberVersion = "6.10.0"
42-
val jacksonVersion = "2.12.1"
42+
val jacksonVersion = "2.12.2"
4343
val mockitoScalaVersion = "1.16.29"
4444
val junitVersion = "4.13.2"
4545

0 commit comments

Comments
 (0)