Skip to content

Commit

Permalink
perf($POM): upgrade Spring Boot 2.6.3 and Spring Cloud 2021.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Feb 20, 2022
1 parent c4e51eb commit c1a57db
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 40 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* Copyright By ZATI
* Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617
* All rights reserved.
*
* If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or
* dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your
* system.
*/
package com.jmsoftware.maf.authcenter.permission.service;

import com.jmsoftware.maf.authcenter.permission.response.GetServicesInfoResponse;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* Copyright By ZATI
* Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617
* All rights reserved.
*
* If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or
* dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your
* system.
*/
package com.jmsoftware.maf.authcenter.permission.service.impl;

import cn.hutool.core.collection.CollUtil;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.jmsoftware.maf.osscenter;

import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
Expand All @@ -15,7 +14,6 @@
class OssCenterApplicationTests {

@Test
@SneakyThrows
void mockLogin() {
}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<jib-spring-boot-extension-maven.version>0.1.0</jib-spring-boot-extension-maven.version>
<maven-pmd-plugin.version>3.15.0</maven-pmd-plugin.version>
<p3c-pmd.version>2.1.1</p3c-pmd.version>
<spring-cloud.version>2021.0.0</spring-cloud.version>
<spring-cloud.version>2021.0.1</spring-cloud.version>
<functionaljava.version>5.0</functionaljava.version>
<functionaljava-java8.version>4.8.1</functionaljava-java8.version>
<spring-content.version>1.0.0.M5</spring-content.version>
Expand Down Expand Up @@ -87,7 +87,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.1</version>
<version>2.6.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* Copyright By ZATI
* Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617
* All rights reserved.
*
* If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or
* dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your
* system.
*/
package com.jmsoftware.maf.springcloudstarter.function;

import org.slf4j.Logger;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/*
* Copyright By ZATI
* Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617
* All rights reserved.
*
* If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or
* dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your
* system.
*/
package com.jmsoftware.maf.springcloudstarter;

import lombok.extern.slf4j.Slf4j;
Expand Down

0 comments on commit c1a57db

Please sign in to comment.