Skip to content

Commit

Permalink
feat(deps): Update dependencies 2023.08.28
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Aug 28, 2023
1 parent 2938073 commit 0d21c28
Show file tree
Hide file tree
Showing 15 changed files with 2,532 additions and 2,251 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands:
version:
description: The JDK full version to use
type: string
default: "20.0.1"
default: "20.0.2"

steps:
- run:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.4.0
20.5.1
222 changes: 111 additions & 111 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
15 changes: 9 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ plugins {
id 'jacoco'
id 'java-gradle-plugin'

id 'com.gradle.plugin-publish' version '1.2.0'
id 'com.gradle.plugin-publish' version '1.2.1'
}

group = 'io.github.joselion'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

tasks.withType(GroovyCompile) {
groovyOptions.encoding = 'UTF-8'
Expand All @@ -27,7 +30,7 @@ dependencyLocking {

codenarc {
reportFormat('console')
toolVersion('3.2.0')
toolVersion('3.3.0')
}

jacoco {
Expand All @@ -42,7 +45,7 @@ dependencies {
implementation(localGroovy())

testImplementation(gradleTestKit())
testRuntimeOnly('net.bytebuddy:byte-buddy:1.14.5')
testRuntimeOnly('net.bytebuddy:byte-buddy:1.14.7')
testRuntimeOnly('org.objenesis:objenesis:3.3')
}

Expand Down Expand Up @@ -97,8 +100,8 @@ gradlePlugin {
'junit5',
'logger',
'pretty',
'mocha',
'tdd',
'bdd'
])
}
}
Expand Down
4 changes: 2 additions & 2 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.0=classpath
com.gradle.publish:plugin-publish-plugin:1.2.0=classpath
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1=classpath
com.gradle.publish:plugin-publish-plugin:1.2.1=classpath
org.apache.maven:maven-model:3.6.3=classpath
empty=
4 changes: 2 additions & 2 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is expected to be part of source control.
com.github.javaparser:javaparser-core:3.23.0=codenarc
com.thoughtworks.qdox:qdox:1.12.1=codenarc
net.bytebuddy:byte-buddy:1.14.5=testRuntimeClasspath
net.bytebuddy:byte-buddy:1.14.7=testRuntimeClasspath
org.apache.ant:ant-antlr:1.10.11=codenarc
org.apache.ant:ant-junit:1.10.11=codenarc
org.apiguardian:apiguardian-api:1.1.2=e2eCompileClasspath,testCompileClasspath
Expand All @@ -15,7 +15,7 @@ org.codehaus.groovy:groovy-templates:3.0.9=codenarc
org.codehaus.groovy:groovy-xml:3.0.9=codenarc
org.codehaus.groovy:groovy:3.0.13=e2eCompileClasspath,e2eRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
org.codehaus.groovy:groovy:3.0.9=codenarc
org.codenarc:CodeNarc:3.2.0=codenarc
org.codenarc:CodeNarc:3.3.0=codenarc
org.gmetrics:GMetrics:2.1.0=codenarc
org.hamcrest:hamcrest:2.2=e2eCompileClasspath,e2eRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.10=jacocoAgent,jacocoAnt
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ version=0.0.0

gradle.publish.key={GRADLE_PUBLISH_KEY}
gradle.publish.secret={GRADLE_PUBLISH_SECRET}

org.gradle.parallel=true
org.gradle.caching=true
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 6 additions & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https:/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down Expand Up @@ -130,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"repository": "[email protected]:JoseLion/pretty-jupiter.git",
"author": "JoseLion <[email protected]>",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@3.6.3",
"scripts": {
"release": "semantic-release"
},
"devDependencies": {
"gradle-semantic-release-plugin": "^1.7.6",
"semantic-release": "^20.0.2"
"gradle-semantic-release-plugin": "^1.7.7",
"semantic-release": "^21.1.1"
}
}
Loading

0 comments on commit 0d21c28

Please sign in to comment.