Updated dependencies.

This commit is contained in:
Erik C. Thauvin 2020-03-17 17:01:31 -07:00
parent 8060f856ee
commit cb55c3d708
7 changed files with 22 additions and 21 deletions

View file

@ -21,15 +21,15 @@
<option name="name" value="MavenLocal" />
<option name="url" value="file:/$MAVEN_REPOSITORY$/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenLocal" />
<option name="name" value="MavenLocal" />
<option name="url" value="file:/$MAVEN_REPOSITORY$/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenRepo" />
<option name="name" value="MavenRepo" />
<option name="url" value="https://repo.maven.apache.org/maven2/" />
</remote-repository>
<remote-repository>
<option name="id" value="MavenLocal" />
<option name="name" value="MavenLocal" />
<option name="url" value="file:/K:/maven/repository/" />
</remote-repository>
</component>
</project>

View file

@ -10,7 +10,7 @@ plugins {
`maven-publish`
id("com.github.ben-manes.versions") version "0.28.0"
id("com.jfrog.bintray") version "1.8.4"
id("io.gitlab.arturbosch.detekt") version "1.6.0"
id("io.gitlab.arturbosch.detekt") version "1.7.0-beta2"
id("net.thauvin.erik.gradle.semver") version "1.0.4"
id("org.jetbrains.dokka") version "0.10.1"
id("org.jetbrains.kotlin.jvm") version "1.3.70"
@ -32,7 +32,7 @@ var semverProcessor = "net.thauvin.erik:semver:1.2.0"
val publicationName = "mavenJava"
object VersionInfo {
const val okhttp = "4.4.0"
const val okhttp = "4.4.1"
}
val versions: VersionInfo by extra { VersionInfo }
@ -185,7 +185,7 @@ tasks {
}
val copyToDeploy by registering(Copy::class) {
from(configurations.runtime) {
from(configurations.runtimeClasspath) {
exclude("annotations-*.jar")
}
from(jar)

View file

@ -4,8 +4,8 @@ plugins {
application
}
// ./gradlew run --args='https://erik.thauvin.net'
// ./gradlew runJava --args='https://erik.thauvin.net'
// ./gradlew run --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
// ./gradlew runJava --args='https://erik.thauvin.net/ https://bit.ly/2PsNMAA'
// ./gradlew runRetrieve
repositories {
@ -18,7 +18,8 @@ dependencies {
implementation(platform("org.jetbrains.kotlin:kotlin-bom"))
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("net.thauvin.erik:bitly-shorten:0.9.0-beta")
implementation("net.thauvin.erik:bitly-shorten:0.9.1-beta")
implementation("org.json:json:20190722")
}
application {

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

10
pom.xml
View file

@ -8,13 +8,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>bitly-shorten</artifactId>
<version>0.9.0-beta</version>
<version>0.9.1-beta</version>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.3.61</version>
<version>1.3.70</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -24,19 +24,19 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.3.61</version>
<version>1.3.70</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>

View file

@ -1,8 +1,8 @@
#Generated by the Semver Plugin for Gradle
#Mon Feb 24 17:40:17 PST 2020
#Tue Mar 17 16:31:54 PDT 2020
version.buildmeta=
version.major=0
version.minor=9
version.patch=0
version.patch=1
version.prerelease=beta
version.semver=0.9.0-beta
version.semver=0.9.1-beta