Skip to content

Commit

Permalink
Merge pull request #318 from appiepollo14/feature/update-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAure authored Nov 13, 2023
2 parents 0585eaf + 202db6a commit 424d499
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ If your Pull Request results in the failure of this build it will not be reviewe
##### Requirements

- JDK 11 or higher
- Docker (daemon or desktop)
<!-- TODO support podman/colima for builds -->
- Any container engine, e.g. Docker, Podman, Colima. As this project is build on top of testcontainers, see their [documentation](https://golang.testcontainers.org/system_requirements/using_podman/) on how to use another container engine than Docker by default.

##### Building project

Expand Down
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source "https://rubygems.org"
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 3.8.5"
gem "jekyll", "~> 3.9.0"

gem 'jekyll-feed'

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/everything-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testCompile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.36'
testCompile 'org.testcontainers:mockserver:1.19.1'
testCompile 'org.mock-server:mockserver-client-java:5.5.4'
testCompile 'io.rest-assured:rest-assured:4.2.0'
testCompile 'io.rest-assured:rest-assured:4.5.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
}

Expand Down

0 comments on commit 424d499

Please sign in to comment.