Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed May 14, 2024
1 parent e85f6b9 commit bf3b815
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.11</version>
<version>3.1.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -115,6 +115,12 @@
<artifactId>poi-ooxml</artifactId>
<version>5.2.5</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@
.alert__.block_overlay_msg__ .msg_box__ {
padding: 20px 24px;
color : rgba(0, 0, 0, 0.6);
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
letter-spacing: .03125em;
text-decoration: inherit;
text-transform: inherit;
line-height: inherit;
display: block;

overflow-x: auto;
Expand Down

0 comments on commit bf3b815

Please sign in to comment.