0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SpringBootのバージョンを3.1.5から3.1.6へアップ

Last updated at Posted at 2023-12-05

この記事はこれの続きです

概要

現行は3.1.5。
下記警告が出ていたのでバージョンアップをしてみます。

Newer patch version of Spring Boot available: 3.1.6

image.png

デモ環境なので、バージョンアップによるデグレは考えなくてよいという判断です。

build.gradle変更

警告文をダブルクリックすると…
image.png

build.gradleが開きます。
image.png

3.1.6へ変更します。
image.png

プロジェクト上で右クリックして…
image.png

『Gradle』 → 『Refresh Gradle Project』。
image.png

1~2分ほどGradleの処理を待つと、バージョンに関する警告は消えました。
image.png

Spring Boot Appを起動すると…
image.png

ちゃんとバージョンアップされていました。
image.png

Gradleとは何ぞや

下記を参考にさせてもらいました。

すっごくざっくり言うとgradleは グラビアアイドル 『必要なライブラリのインストール』などをやってくれます。
build.gradleは『どんなバージョンをインストールせよ』という設定ファイルです。

設定ファイルをちょろっと書き換えるだけで、あとはGradleが勝手にやってくれます。
便利です。

この記事の続き

参考サイトさん

バージョン

Microsoft Windows [Version 10.0.19045.3693]
Spring Boot v3.1.5
Spring Boot v3.1.6

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?