Skip to content

Commit

Permalink
Bump com.palantir.git-version from 0.13.0 to 0.14.0 (#4)
Browse files Browse the repository at this point in the history
* Bump com.palantir.git-version from 0.13.0 to 0.14.0

Bumps com.palantir.git-version from 0.13.0 to 0.14.0.

---
updated-dependencies:
- dependency-name: com.palantir.git-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update the JDK image in CircleCI

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Whitaker <mark@mainwave.co.uk>
  • Loading branch information
dependabot[bot] and markwhitaker authored Mar 28, 2022
1 parent 2c20822 commit 9dafee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
aliases:
- &setup-environment
docker:
- image: cimg/openjdk:8.0.322
- image: cimg/openjdk:17.0.2
working_directory: ~/repo
environment: # Customize the JVM maximum heap limit
JVM_OPTS: -Xmx3200m
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
plugins {
id 'java-library'
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'com.palantir.git-version' version '0.13.0'
id 'com.palantir.git-version' version '0.14.0'
}

repositories {
Expand Down

0 comments on commit 9dafee3

Please sign in to comment.