Skip to content

Commit

Permalink
chore(dependencies): Reverting Spring Boot 2.2 upgrade (#492)
Browse files Browse the repository at this point in the history
Revert "chore(dependencies): Upgrade Spring Boot to 2.2.1 (#468)"
This reverts commit c2b3a74
  • Loading branch information
Pierre Delagrave authored and Matt Duftler committed Jan 7, 2020
1 parent e456a97 commit 81d5f1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
@@ -1,5 +1,5 @@
#Mon Jan 06 22:20:39 UTC 2020
#Tue Dec 10 18:16:34 UTC 2019
enablePublishing=false
korkVersion=7.3.1
korkVersion=7.4.0
spinnakerGradleVersion=7.0.2
org.gradle.parallel=true
Expand Up @@ -18,7 +18,7 @@ package com.netflix.spinnaker.rosco.persistence.config

import groovy.transform.ToString
import redis.clients.jedis.Protocol
import redis.clients.jedis.util.JedisURIHelper
import redis.clients.util.JedisURIHelper

@ToString(includeNames = true)
class RedisConnectionInfo {
Expand Down

0 comments on commit 81d5f1f

Please sign in to comment.